home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / clchat413.lha / CLChat413 / ChatBot / source / ftzs.a < prev    next >
Text File  |  1995-10-25  |  188b  |  17 lines

  1.     section    "text",code
  2.  
  3.     xref    ___timezone
  4.     xref    ___daylight
  5.  
  6.     xdef    @__tzset
  7.     xdef    ___tzset
  8.  
  9. @__tzset:
  10. ___tzset:
  11.     moveq    #0,d0
  12.     move.l    d0,___timezone(a4)
  13.     move.l    d0,___daylight(a4)
  14.     rts
  15.  
  16.     END
  17.